﻿2026-06-21T09:24:53.2220675Z Current runner version: '2.335.1'
2026-06-21T09:24:53.2225237Z Runner name: 'kitsubito'
2026-06-21T09:24:53.2225745Z Runner group name: 'Default'
2026-06-21T09:24:53.2226398Z Machine name: 'KITSUBITO'
2026-06-21T09:24:53.2228337Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T09:24:53.2230186Z Contents: read
2026-06-21T09:24:53.2230580Z Metadata: read
2026-06-21T09:24:53.2230951Z Packages: read
2026-06-21T09:24:53.2231325Z ##[endgroup]
2026-06-21T09:24:53.2232861Z Secret source: Actions
2026-06-21T09:24:53.2233368Z Prepare workflow directory
2026-06-21T09:24:53.2584287Z Prepare all required actions
2026-06-21T09:24:53.2613428Z Getting action download info
2026-06-21T09:24:53.5800209Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T09:24:54.1375786Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T09:24:54.2235292Z ##[group]Run actions/checkout@v5
2026-06-21T09:24:54.2236010Z with:
2026-06-21T09:24:54.2236362Z   fetch-depth: 0
2026-06-21T09:24:54.2236783Z   repository: SaberMage/spt-core
2026-06-21T09:24:54.2240116Z   token: ***
2026-06-21T09:24:54.2240470Z   ssh-strict: true
2026-06-21T09:24:54.2240838Z   ssh-user: git
2026-06-21T09:24:54.2241191Z   persist-credentials: true
2026-06-21T09:24:54.2241585Z   clean: true
2026-06-21T09:24:54.2241947Z   sparse-checkout-cone-mode: true
2026-06-21T09:24:54.2242363Z   fetch-tags: false
2026-06-21T09:24:54.2242726Z   show-progress: true
2026-06-21T09:24:54.2243085Z   lfs: false
2026-06-21T09:24:54.2243433Z   submodules: false
2026-06-21T09:24:54.2243804Z   set-safe-directory: true
2026-06-21T09:24:54.2244405Z ##[endgroup]
2026-06-21T09:24:54.3041919Z Syncing repository: SaberMage/spt-core
2026-06-21T09:24:54.3043485Z ##[group]Getting Git version info
2026-06-21T09:24:54.3044262Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T09:24:54.3045127Z [command]/usr/bin/git version
2026-06-21T09:24:54.3045537Z git version 2.43.0
2026-06-21T09:24:54.3052992Z ##[endgroup]
2026-06-21T09:24:54.3064143Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0c92547e-9c9e-48ec-9ccd-1525683ef1bd' before making global git config changes
2026-06-21T09:24:54.3065315Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T09:24:54.3067205Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T09:24:54.3098356Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T09:24:54.3117922Z https://github.com/SaberMage/spt-core
2026-06-21T09:24:54.3128404Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T09:24:54.3131054Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T09:24:54.3151239Z HEAD
2026-06-21T09:24:54.3182866Z ##[endgroup]
2026-06-21T09:24:54.3184255Z [command]/usr/bin/git submodule status
2026-06-21T09:24:54.3358587Z ##[group]Cleaning the repository
2026-06-21T09:24:54.3361491Z [command]/usr/bin/git clean -ffdx
2026-06-21T09:24:55.1231438Z Removing target/
2026-06-21T09:24:55.1242206Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T09:24:55.1296780Z HEAD is now at 05ab5aa3f Merge 335d96ebc59ee82c6d68591f3c3ad2043a1125c9 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:24:55.1306448Z ##[endgroup]
2026-06-21T09:24:55.1307878Z ##[group]Disabling automatic garbage collection
2026-06-21T09:24:55.1315675Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T09:24:55.1347181Z ##[endgroup]
2026-06-21T09:24:55.1348547Z ##[group]Setting up auth
2026-06-21T09:24:55.1351648Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T09:24:55.1384723Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T09:24:55.1589557Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T09:24:55.1617947Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T09:24:55.1814651Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T09:24:55.1844779Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T09:24:55.2036448Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T09:24:55.2065831Z ##[endgroup]
2026-06-21T09:24:55.2067152Z ##[group]Fetching the repository
2026-06-21T09:24:55.2073591Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +c0bf77b0b4dd74c6cbb616f6714f6003077c0c66:refs/remotes/pull/27/merge
2026-06-21T09:24:55.8058879Z From https://github.com/SaberMage/spt-core
2026-06-21T09:24:55.8059790Z  * [new branch]          viewer-drain-decouple-b4                 -> origin/viewer-drain-decouple-b4
2026-06-21T09:24:55.8060453Z    335d96ebc..eb73da70b  wedge-trace-v4                           -> origin/wedge-trace-v4
2026-06-21T09:24:55.8067234Z  + 05ab5aa3f...c0bf77b0b c0bf77b0b4dd74c6cbb616f6714f6003077c0c66 -> pull/27/merge  (forced update)
2026-06-21T09:24:55.8101082Z ##[endgroup]
2026-06-21T09:24:55.8101730Z ##[group]Determining the checkout info
2026-06-21T09:24:55.8102250Z ##[endgroup]
2026-06-21T09:24:55.8106062Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T09:24:55.8142067Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T09:24:55.8163406Z ##[group]Checking out the ref
2026-06-21T09:24:55.8171942Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T09:24:55.8259995Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T09:24:55.8260475Z any of your branches:
2026-06-21T09:24:55.8260676Z 
2026-06-21T09:24:55.8261042Z   05ab5aa3f Merge 335d96ebc59ee82c6d68591f3c3ad2043a1125c9 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:24:55.8261517Z 
2026-06-21T09:24:55.8261748Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T09:24:55.8262156Z to do so with:
2026-06-21T09:24:55.8262332Z 
2026-06-21T09:24:55.8262529Z  git branch <new-branch-name> 05ab5aa3f
2026-06-21T09:24:55.8262761Z 
2026-06-21T09:24:55.8264306Z HEAD is now at c0bf77b0b Merge eb73da70b21789083fb6422e895676c0d37fa24f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:24:55.8270391Z ##[endgroup]
2026-06-21T09:24:55.8307319Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T09:24:55.8331458Z c0bf77b0b4dd74c6cbb616f6714f6003077c0c66
2026-06-21T09:24:55.8493958Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T09:24:55.8494469Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T09:24:55.8509868Z shell: /usr/bin/bash -e {0}
2026-06-21T09:24:55.8510146Z ##[endgroup]
2026-06-21T09:24:55.8607884Z ##[group]Run set -euo pipefail
2026-06-21T09:24:55.8608317Z [36;1mset -euo pipefail[0m
2026-06-21T09:24:55.8608622Z [36;1mPIN=0c95435[0m
2026-06-21T09:24:55.8608913Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T09:24:55.8609352Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T09:24:55.8609819Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T09:24:55.8610366Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T09:24:55.8610922Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T09:24:55.8611462Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T09:24:55.8611781Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T09:24:55.8612152Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T09:24:55.8612805Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T09:24:55.8613273Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T09:24:55.8613578Z [36;1mfi[0m
2026-06-21T09:24:55.8613883Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T09:24:55.8627719Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T09:24:55.8628034Z env:
2026-06-21T09:24:55.8628274Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T09:24:55.8628531Z ##[endgroup]
2026-06-21T09:24:56.1382552Z    Compiling proc-macro2 v1.0.106
2026-06-21T09:24:56.1383192Z    Compiling unicode-ident v1.0.24
2026-06-21T09:24:56.1383535Z    Compiling quote v1.0.45
2026-06-21T09:24:56.1383869Z    Compiling libc v0.2.186
2026-06-21T09:24:56.1384179Z    Compiling serde_core v1.0.228
2026-06-21T09:24:56.1384494Z    Compiling cfg-if v1.0.4
2026-06-21T09:24:56.1407880Z    Compiling serde v1.0.228
2026-06-21T09:24:56.1433555Z    Compiling log v0.4.32
2026-06-21T09:24:56.1476505Z    Compiling pin-project-lite v0.2.17
2026-06-21T09:24:56.1493811Z    Compiling typenum v1.20.1
2026-06-21T09:24:56.1514960Z    Compiling portable-atomic v1.13.1
2026-06-21T09:24:56.1591117Z    Compiling version_check v0.9.5
2026-06-21T09:24:56.1591838Z    Compiling memchr v2.8.1
2026-06-21T09:24:56.1756412Z    Compiling shlex v2.0.1
2026-06-21T09:24:56.1757202Z    Compiling critical-section v1.2.0
2026-06-21T09:24:56.1873171Z    Compiling find-msvc-tools v0.1.9
2026-06-21T09:24:56.2262618Z    Compiling futures-core v0.3.32
2026-06-21T09:24:56.2415992Z    Compiling subtle v2.6.1
2026-06-21T09:24:56.3195672Z    Compiling bytes v1.11.1
2026-06-21T09:24:56.3984062Z    Compiling equivalent v1.0.2
2026-06-21T09:24:56.3985942Z    Compiling smallvec v1.15.1
2026-06-21T09:24:56.4121024Z    Compiling itoa v1.0.18
2026-06-21T09:24:56.4245967Z    Compiling semver v1.0.28
2026-06-21T09:24:56.4462145Z    Compiling stable_deref_trait v1.2.1
2026-06-21T09:24:56.4871082Z    Compiling futures-io v0.3.32
2026-06-21T09:24:56.4993562Z    Compiling futures-sink v0.3.32
2026-06-21T09:24:56.5215158Z    Compiling slab v0.4.12
2026-06-21T09:24:56.5619150Z    Compiling generic-array v0.14.7
2026-06-21T09:24:56.5801249Z    Compiling futures-task v0.3.32
2026-06-21T09:24:56.6172748Z    Compiling futures-channel v0.3.32
2026-06-21T09:24:56.6541030Z    Compiling hashbrown v0.17.1
2026-06-21T09:24:56.6640469Z    Compiling bitflags v2.12.1
2026-06-21T09:24:56.6670948Z    Compiling rustversion v1.0.22
2026-06-21T09:24:56.7151479Z    Compiling rustc_version v0.4.1
2026-06-21T09:24:56.7280725Z    Compiling cpufeatures v0.2.17
2026-06-21T09:24:56.7537458Z    Compiling fnv v1.0.7
2026-06-21T09:24:56.7770865Z    Compiling strsim v0.11.1
2026-06-21T09:24:56.7995784Z    Compiling rand_core v0.10.1
2026-06-21T09:24:56.8122895Z    Compiling cfg_aliases v0.2.1
2026-06-21T09:24:56.8290950Z    Compiling writeable v0.6.3
2026-06-21T09:24:56.8661002Z    Compiling litemap v0.8.2
2026-06-21T09:24:56.9420706Z    Compiling ident_case v1.0.1
2026-06-21T09:24:56.9950385Z    Compiling fs_extra v1.3.0
2026-06-21T09:24:57.0120663Z    Compiling getrandom v0.4.2
2026-06-21T09:24:57.0451499Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T09:24:57.0610507Z    Compiling utf8_iter v1.0.4
2026-06-21T09:24:57.0841119Z    Compiling icu_properties_data v2.2.0
2026-06-21T09:24:57.1073061Z    Compiling dunce v1.0.5
2026-06-21T09:24:57.2224940Z    Compiling autocfg v1.5.1
2026-06-21T09:24:57.2751306Z    Compiling percent-encoding v2.3.2
2026-06-21T09:24:57.3210529Z    Compiling http v1.4.1
2026-06-21T09:24:57.3640967Z    Compiling unicode-segmentation v1.13.3
2026-06-21T09:24:57.4390632Z    Compiling thiserror v2.0.18
2026-06-21T09:24:57.4540407Z    Compiling cpufeatures v0.3.0
2026-06-21T09:24:57.4680848Z    Compiling aws-lc-rs v1.17.0
2026-06-21T09:24:57.4852372Z    Compiling scopeguard v1.2.0
2026-06-21T09:24:57.5037302Z    Compiling indexmap v2.14.0
2026-06-21T09:24:57.5077201Z    Compiling chacha20 v0.10.0
2026-06-21T09:24:57.5490462Z    Compiling syn v2.0.117
2026-06-21T09:24:57.5800378Z    Compiling lock_api v0.4.14
2026-06-21T09:24:57.6300487Z    Compiling form_urlencoded v1.2.2
2026-06-21T09:24:57.6651050Z    Compiling untrusted v0.9.0
2026-06-21T09:24:57.6910739Z    Compiling heck v0.5.0
2026-06-21T09:24:57.7761010Z    Compiling rustls v0.23.40
2026-06-21T09:24:57.7800620Z    Compiling atomic-waker v1.1.2
2026-06-21T09:24:57.8373248Z    Compiling const-oid v0.10.2
2026-06-21T09:24:57.8540417Z    Compiling anyhow v1.0.102
2026-06-21T09:24:57.8630350Z    Compiling unicode-xid v0.2.6
2026-06-21T09:24:57.9154888Z    Compiling paste v1.0.15
2026-06-21T09:24:57.9190879Z    Compiling httparse v1.10.1
2026-06-21T09:24:57.9326866Z    Compiling parking_lot_core v0.9.12
2026-06-21T09:24:57.9471313Z    Compiling zerocopy v0.8.50
2026-06-21T09:24:57.9700877Z    Compiling convert_case v0.10.0
2026-06-21T09:24:57.9800257Z    Compiling hybrid-array v0.4.12
2026-06-21T09:24:58.0639099Z    Compiling num-traits v0.2.19
2026-06-21T09:24:58.0928609Z    Compiling jobserver v0.1.34
2026-06-21T09:24:58.1810361Z    Compiling curve25519-dalek v4.1.3
2026-06-21T09:24:58.2310798Z    Compiling ahash v0.8.12
2026-06-21T09:24:58.2350479Z    Compiling powerfmt v0.2.0
2026-06-21T09:24:58.2540791Z    Compiling base64ct v1.8.3
2026-06-21T09:24:58.3473969Z    Compiling either v1.16.0
2026-06-21T09:24:58.3600474Z    Compiling fastrand v2.4.1
2026-06-21T09:24:58.4130547Z    Compiling cc v1.2.63
2026-06-21T09:24:58.4250356Z    Compiling crypto-common v0.1.7
2026-06-21T09:24:58.4535893Z    Compiling block-buffer v0.10.4
2026-06-21T09:24:58.4970773Z    Compiling http-body v1.0.1
2026-06-21T09:24:58.4971600Z    Compiling deranged v0.5.8
2026-06-21T09:24:58.5781004Z    Compiling mio v1.2.1
2026-06-21T09:24:58.5853351Z    Compiling socket2 v0.6.4
2026-06-21T09:24:58.5854557Z    Compiling getrandom v0.2.17
2026-06-21T09:24:58.6089595Z    Compiling digest v0.10.7
2026-06-21T09:24:58.6579339Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T09:24:58.7681035Z    Compiling rand v0.10.1
2026-06-21T09:24:58.8100508Z    Compiling rand_core v0.6.4
2026-06-21T09:24:58.8670404Z    Compiling num-conv v0.2.2
2026-06-21T09:24:58.9850740Z    Compiling time-core v0.1.8
2026-06-21T09:24:58.9951012Z    Compiling tower-service v0.3.3
2026-06-21T09:24:59.0441206Z    Compiling zmij v1.0.21
2026-06-21T09:24:59.0690871Z    Compiling data-encoding v2.11.0
2026-06-21T09:24:59.0728830Z    Compiling base64 v0.22.1
2026-06-21T09:24:59.0787935Z    Compiling tinyvec_macros v0.1.1
2026-06-21T09:24:59.0980779Z    Compiling try-lock v0.2.5
2026-06-21T09:24:59.1111007Z    Compiling vcpkg v0.2.15
2026-06-21T09:24:59.1670681Z    Compiling pkg-config v0.3.33
2026-06-21T09:24:59.1770321Z    Compiling tinyvec v1.11.0
2026-06-21T09:24:59.2220519Z    Compiling want v0.3.1
2026-06-21T09:24:59.3960951Z    Compiling parking_lot v0.12.5
2026-06-21T09:24:59.4180882Z    Compiling sha2 v0.10.9
2026-06-21T09:24:59.4220710Z    Compiling block-buffer v0.12.0
2026-06-21T09:24:59.4740608Z    Compiling crypto-common v0.2.2
2026-06-21T09:24:59.5860605Z    Compiling inout v0.1.4
2026-06-21T09:24:59.5990560Z    Compiling vergen-lib v9.1.0
2026-06-21T09:24:59.7336290Z    Compiling n0-future v0.3.2
2026-06-21T09:24:59.7447009Z    Compiling httpdate v1.0.3
2026-06-21T09:24:59.7542152Z    Compiling winnow v1.0.3
2026-06-21T09:24:59.7640517Z    Compiling diatomic-waker v0.2.3
2026-06-21T09:24:59.8010796Z    Compiling cmake v0.1.58
2026-06-21T09:24:59.8732442Z    Compiling parking v2.2.1
2026-06-21T09:24:59.9041041Z    Compiling signature v2.2.0
2026-06-21T09:24:59.9480662Z    Compiling cordyceps v0.3.4
2026-06-21T09:24:59.9830346Z    Compiling serde_json v1.0.150
2026-06-21T09:24:59.9990738Z    Compiling spin v0.10.0
2026-06-21T09:25:00.0088428Z    Compiling crossbeam-utils v0.8.21
2026-06-21T09:25:00.0380827Z    Compiling futures-lite v2.6.1
2026-06-21T09:25:00.0603280Z    Compiling ed25519 v2.2.3
2026-06-21T09:25:00.1021333Z    Compiling cipher v0.4.4
2026-06-21T09:25:00.1240352Z    Compiling netlink-packet-core v0.8.1
2026-06-21T09:25:00.2240534Z    Compiling universal-hash v0.5.1
2026-06-21T09:25:00.2750660Z    Compiling vergen-lib v0.1.6
2026-06-21T09:25:00.3172103Z    Compiling futures-buffered v0.2.13
2026-06-21T09:25:00.3273206Z    Compiling vergen v9.1.0
2026-06-21T09:25:00.3607133Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T09:25:00.3630603Z    Compiling heapless v0.7.17
2026-06-21T09:25:00.3806418Z    Compiling noq-udp v0.10.0
2026-06-21T09:25:00.3882811Z    Compiling sync_wrapper v1.0.2
2026-06-21T09:25:00.4610951Z    Compiling byteorder v1.5.0
2026-06-21T09:25:00.4723693Z    Compiling opaque-debug v0.3.1
2026-06-21T09:25:00.4788245Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T09:25:00.4915755Z    Compiling allocator-api2 v0.2.21
2026-06-21T09:25:00.5267259Z    Compiling polyval v0.6.2
2026-06-21T09:25:00.5622280Z    Compiling digest v0.11.3
2026-06-21T09:25:00.6576986Z    Compiling aws-lc-sys v0.41.0
2026-06-21T09:25:00.6690637Z    Compiling ring v0.17.14
2026-06-21T09:25:00.7083807Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T09:25:00.7303563Z    Compiling hash32 v0.2.1
2026-06-21T09:25:00.7870865Z    Compiling vergen-gitcl v1.0.8
2026-06-21T09:25:00.7934150Z    Compiling spin v0.9.8
2026-06-21T09:25:00.8166083Z    Compiling tower-layer v0.3.3
2026-06-21T09:25:00.8203851Z    Compiling num_threads v0.1.7
2026-06-21T09:25:00.9251037Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T09:25:00.9590943Z    Compiling fallible-iterator v0.3.0
2026-06-21T09:25:00.9741303Z    Compiling signature v3.0.0
2026-06-21T09:25:00.9910770Z    Compiling ryu v1.0.23
2026-06-21T09:25:01.0600663Z    Compiling time v0.3.47
2026-06-21T09:25:01.0960562Z    Compiling ghash v0.5.1
2026-06-21T09:25:01.1781442Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T09:25:01.2061074Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T09:25:01.2401456Z    Compiling aes v0.8.4
2026-06-21T09:25:01.2521072Z    Compiling ctr v0.9.2
2026-06-21T09:25:01.2590274Z    Compiling http-body-util v0.1.3
2026-06-21T09:25:01.3740649Z    Compiling fs2 v0.4.3
2026-06-21T09:25:01.3802279Z    Compiling aead v0.5.2
2026-06-21T09:25:01.4440534Z    Compiling openssl-probe v0.2.1
2026-06-21T09:25:01.4720669Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T09:25:01.5300662Z    Compiling crossbeam-channel v0.5.15
2026-06-21T09:25:01.5400779Z    Compiling blake3 v1.8.5
2026-06-21T09:25:01.5468806Z    Compiling netlink-packet-route v0.29.0
2026-06-21T09:25:01.6530587Z    Compiling uuid v1.23.2
2026-06-21T09:25:01.8335019Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T09:25:01.9141224Z    Compiling aes-gcm v0.10.3
2026-06-21T09:25:01.9350555Z    Compiling memoffset v0.6.5
2026-06-21T09:25:02.0899170Z    Compiling acto v0.8.2
2026-06-21T09:25:02.1050611Z    Compiling netwatch v0.16.0
2026-06-21T09:25:02.1111711Z    Compiling noq v0.18.0
2026-06-21T09:25:02.1660824Z    Compiling lru-slab v0.1.2
2026-06-21T09:25:02.1760298Z    Compiling ref-cast v1.0.25
2026-06-21T09:25:02.2060478Z    Compiling rustix v1.1.4
2026-06-21T09:25:02.2653951Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T09:25:02.3030550Z    Compiling thiserror v1.0.69
2026-06-21T09:25:02.3450678Z    Compiling xml-rs v0.8.28
2026-06-21T09:25:02.3631244Z    Compiling identity-hash v0.1.0
2026-06-21T09:25:02.4198429Z    Compiling tagptr v0.2.0
2026-06-21T09:25:02.4480615Z    Compiling rustc-hash v2.1.2
2026-06-21T09:25:02.4676963Z    Compiling foldhash v0.2.0
2026-06-21T09:25:02.5655208Z    Compiling mac-addr v0.3.0
2026-06-21T09:25:02.6129310Z    Compiling hashbrown v0.16.1
2026-06-21T09:25:02.6792131Z    Compiling netlink-packet-route v0.30.0
2026-06-21T09:25:02.7350801Z    Compiling proc-macro-crate v3.5.0
2026-06-21T09:25:02.7661918Z    Compiling ioctl-rs v0.1.6
2026-06-21T09:25:02.8969455Z    Compiling termios v0.2.2
2026-06-21T09:25:02.9352377Z    Compiling synstructure v0.13.2
2026-06-21T09:25:03.0276184Z    Compiling darling_core v0.20.11
2026-06-21T09:25:03.2290644Z    Compiling xmltree v0.10.3
2026-06-21T09:25:03.2462195Z    Compiling serde_derive_internals v0.29.1
2026-06-21T09:25:03.3320663Z    Compiling serial-core v0.4.0
2026-06-21T09:25:03.4123928Z    Compiling errno v0.3.14
2026-06-21T09:25:03.4430840Z    Compiling aho-corasick v1.1.4
2026-06-21T09:25:03.4726678Z    Compiling simple-dns v0.9.3
2026-06-21T09:25:03.5149414Z    Compiling constant_time_eq v0.4.2
2026-06-21T09:25:03.5820643Z    Compiling arrayvec v0.7.6
2026-06-21T09:25:03.5990829Z    Compiling sha1_smol v1.0.1
2026-06-21T09:25:03.6700958Z    Compiling resolv-conf v0.7.6
2026-06-21T09:25:03.7037086Z    Compiling regex-syntax v0.8.10
2026-06-21T09:25:03.7140762Z    Compiling signal-hook v0.3.18
2026-06-21T09:25:03.8191420Z    Compiling toml_write v0.1.2
2026-06-21T09:25:03.8625122Z    Compiling winnow v0.7.15
2026-06-21T09:25:03.8772763Z    Compiling simdutf8 v0.1.5
2026-06-21T09:25:03.9957815Z    Compiling arrayref v0.3.9
2026-06-21T09:25:04.0460642Z    Compiling smol_str v0.1.24
2026-06-21T09:25:04.0658042Z    Compiling linux-raw-sys v0.12.1
2026-06-21T09:25:04.2161161Z    Compiling signal-hook-registry v1.4.8
2026-06-21T09:25:04.2750277Z    Compiling serial-unix v0.4.0
2026-06-21T09:25:04.5390650Z    Compiling lru v0.16.4
2026-06-21T09:25:04.5700770Z    Compiling darling_core v0.23.0
2026-06-21T09:25:04.6620672Z    Compiling serde_bytes v0.11.19
2026-06-21T09:25:04.7165641Z    Compiling hmac v0.12.1
2026-06-21T09:25:04.7753843Z    Compiling serde_derive v1.0.228
2026-06-21T09:25:04.8639836Z    Compiling zeroize_derive v1.4.3
2026-06-21T09:25:04.8800012Z    Compiling tokio-macros v2.7.0
2026-06-21T09:25:04.9091058Z    Compiling zerofrom-derive v0.1.7
2026-06-21T09:25:05.5010563Z    Compiling zeroize v1.8.2
2026-06-21T09:25:05.5770489Z    Compiling tokio v1.52.3
2026-06-21T09:25:05.6970622Z    Compiling futures-macro v0.3.32
2026-06-21T09:25:06.0376926Z    Compiling yoke-derive v0.8.2
2026-06-21T09:25:06.2330589Z    Compiling zerovec-derive v0.11.3
2026-06-21T09:25:06.2500864Z    Compiling displaydoc v0.2.6
2026-06-21T09:25:06.3449292Z    Compiling zerofrom v0.1.8
2026-06-21T09:25:06.3774882Z    Compiling tracing-attributes v0.1.31
2026-06-21T09:25:06.4738729Z    Compiling rustls-pki-types v1.14.1
2026-06-21T09:25:06.6955179Z    Compiling futures-util v0.3.32
2026-06-21T09:25:07.1491823Z    Compiling thiserror-impl v2.0.18
2026-06-21T09:25:07.1589780Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T09:25:07.3670708Z    Compiling yoke v0.8.3
2026-06-21T09:25:07.5561004Z    Compiling zerotrie v0.2.4
2026-06-21T09:25:07.7662818Z    Compiling zerovec v0.11.6
2026-06-21T09:25:07.8279717Z    Compiling darling_macro v0.20.11
2026-06-21T09:25:07.9270282Z    Compiling derive_more-impl v2.1.1
2026-06-21T09:25:07.9597584Z    Compiling n0-error-macros v0.1.3
2026-06-21T09:25:07.9968588Z    Compiling spez v0.1.2
2026-06-21T09:25:08.1905719Z    Compiling darling v0.20.11
2026-06-21T09:25:08.2592963Z    Compiling derive_builder_core v0.20.2
2026-06-21T09:25:08.2920747Z    Compiling der v0.8.0-rc.10
2026-06-21T09:25:08.3910558Z    Compiling pin-project-internal v1.1.13
2026-06-21T09:25:08.6770845Z    Compiling tinystr v0.8.3
2026-06-21T09:25:08.9030690Z    Compiling icu_locale_core v2.2.0
2026-06-21T09:25:08.9880525Z    Compiling potential_utf v0.1.5
2026-06-21T09:25:09.1788759Z    Compiling icu_collections v2.2.0
2026-06-21T09:25:09.1796341Z    Compiling n0-error v0.1.3
2026-06-21T09:25:09.5594700Z    Compiling ed25519-dalek v2.2.0
2026-06-21T09:25:09.6560405Z    Compiling derive_builder_macro v0.20.2
2026-06-21T09:25:09.8969699Z    Compiling ipnet v2.12.0
2026-06-21T09:25:09.9330344Z    Compiling pin-project v1.1.13
2026-06-21T09:25:09.9730533Z    Compiling spki v0.8.0-rc.4
2026-06-21T09:25:10.0346323Z    Compiling derive_builder v0.20.2
2026-06-21T09:25:10.1420644Z    Compiling icu_provider v2.2.0
2026-06-21T09:25:10.1930761Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T09:25:10.3480658Z    Compiling prefix-trie v0.8.4
2026-06-21T09:25:10.3580551Z    Compiling futures-executor v0.3.32
2026-06-21T09:25:10.5149333Z    Compiling icu_normalizer v2.2.0
2026-06-21T09:25:10.5290893Z    Compiling once_cell v1.21.4
2026-06-21T09:25:10.6370501Z    Compiling icu_properties v2.2.0
2026-06-21T09:25:10.7123801Z    Compiling futures v0.3.32
2026-06-21T09:25:10.7250823Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T09:25:10.7856140Z    Compiling tracing-core v0.1.36
2026-06-21T09:25:10.8541539Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T09:25:11.0020901Z    Compiling hashbrown v0.14.5
2026-06-21T09:25:11.0856317Z    Compiling cobs v0.3.0
2026-06-21T09:25:11.0961050Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T09:25:11.1719612Z    Compiling postcard-derive v0.2.2
2026-06-21T09:25:11.2896897Z    Compiling tracing v0.1.44
2026-06-21T09:25:11.4505919Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T09:25:11.5105032Z    Compiling tokio-util v0.7.18
2026-06-21T09:25:11.6630590Z    Compiling netlink-sys v0.8.8
2026-06-21T09:25:11.7476933Z    Compiling hashlink v0.9.1
2026-06-21T09:25:11.8030577Z    Compiling postcard v1.1.3
2026-06-21T09:25:11.8407234Z    Compiling data-encoding-macro v0.1.20
2026-06-21T09:25:11.9140778Z    Compiling tower v0.5.3
2026-06-21T09:25:11.9630814Z    Compiling rustls-native-certs v0.8.4
2026-06-21T09:25:11.9700905Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T09:25:11.9891613Z    Compiling enum-assoc v1.3.0
2026-06-21T09:25:12.0490842Z    Compiling num_enum_derive v0.7.6
2026-06-21T09:25:12.0830704Z    Compiling strum_macros v0.28.0
2026-06-21T09:25:12.1848442Z    Compiling idna_adapter v1.2.2
2026-06-21T09:25:12.2764204Z    Compiling rusqlite v0.32.1
2026-06-21T09:25:12.3430680Z    Compiling idna v1.1.0
2026-06-21T09:25:12.3560629Z    Compiling async-trait v0.1.89
2026-06-21T09:25:12.3905101Z    Compiling derive_more v2.1.1
2026-06-21T09:25:12.4279225Z    Compiling h2 v0.4.14
2026-06-21T09:25:12.4415184Z    Compiling tokio-stream v0.1.18
2026-06-21T09:25:12.4520730Z    Compiling iroh-metrics v0.38.3
2026-06-21T09:25:12.5890603Z    Compiling iroh-relay v0.98.0
2026-06-21T09:25:12.6043386Z    Compiling netdev v0.42.0
2026-06-21T09:25:12.6747721Z    Compiling n0-watcher v0.6.1
2026-06-21T09:25:12.7743037Z    Compiling url v2.5.8
2026-06-21T09:25:12.8527102Z    Compiling netlink-proto v0.12.0
2026-06-21T09:25:12.9190642Z    Compiling moka v0.12.15
2026-06-21T09:25:13.0215359Z    Compiling toml_datetime v0.6.11
2026-06-21T09:25:13.1279286Z    Compiling serde_spanned v0.6.9
2026-06-21T09:25:13.1417924Z    Compiling ref-cast-impl v1.0.25
2026-06-21T09:25:13.2150271Z    Compiling thiserror-impl v1.0.69
2026-06-21T09:25:13.2680784Z    Compiling num_enum v0.7.6
2026-06-21T09:25:13.3000942Z    Compiling toml_edit v0.22.27
2026-06-21T09:25:13.5029846Z    Compiling webpki-roots v1.0.7
2026-06-21T09:25:13.6243392Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T09:25:13.6637975Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T09:25:13.7420410Z    Compiling iroh-base v0.98.0
2026-06-21T09:25:13.7565161Z    Compiling tower-http v0.6.11
2026-06-21T09:25:14.1681069Z    Compiling attohttpc v0.30.1
2026-06-21T09:25:14.2151307Z    Compiling regex-automata v0.4.14
2026-06-21T09:25:14.2580877Z    Compiling schemars_derive v1.2.1
2026-06-21T09:25:14.2741440Z    Compiling seize v0.5.1
2026-06-21T09:25:14.2816212Z    Compiling iroh v0.98.2
2026-06-21T09:25:14.3830715Z    Compiling utf8parse v0.2.2
2026-06-21T09:25:14.4844228Z    Compiling cmov v0.5.4
2026-06-21T09:25:14.5040808Z    Compiling rustix v0.38.44
2026-06-21T09:25:14.5810923Z    Compiling bitflags v1.3.2
2026-06-21T09:25:14.6463109Z    Compiling dyn-clone v1.0.20
2026-06-21T09:25:14.7440819Z    Compiling pin-utils v0.1.0
2026-06-21T09:25:14.7660980Z    Compiling ctutils v0.4.2
2026-06-21T09:25:14.7990883Z    Compiling papaya v0.2.4
2026-06-21T09:25:14.8125571Z    Compiling nix v0.25.1
2026-06-21T09:25:14.9076900Z    Compiling filedescriptor v0.8.3
2026-06-21T09:25:14.9481654Z    Compiling strum v0.28.0
2026-06-21T09:25:14.9621001Z    Compiling anstyle-parse v1.0.0
2026-06-21T09:25:15.0057612Z    Compiling backon v1.6.0
2026-06-21T09:25:15.0440868Z    Compiling iroh-dns v0.98.0
2026-06-21T09:25:15.1430552Z    Compiling darling_macro v0.23.0
2026-06-21T09:25:15.1900381Z    Compiling hkdf v0.12.4
2026-06-21T09:25:15.2937853Z    Compiling serial v0.4.0
2026-06-21T09:25:15.3761035Z    Compiling linux-raw-sys v0.4.15
2026-06-21T09:25:15.3799532Z    Compiling instability v0.3.12
2026-06-21T09:25:15.4620977Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T09:25:15.5641102Z    Compiling foldhash v0.1.5
2026-06-21T09:25:15.5691163Z    Compiling downcast-rs v1.2.1
2026-06-21T09:25:15.6540647Z    Compiling shell-words v1.1.1
2026-06-21T09:25:15.6661310Z    Compiling anstyle-query v1.1.5
2026-06-21T09:25:15.6707576Z    Compiling anstyle v1.0.14
2026-06-21T09:25:15.7440667Z    Compiling colorchoice v1.0.5
2026-06-21T09:25:15.7692181Z    Compiling hashbrown v0.15.5
2026-06-21T09:25:15.7910518Z    Compiling signal-hook-mio v0.2.5
2026-06-21T09:25:15.8520603Z    Compiling darling v0.23.0
2026-06-21T09:25:15.8846360Z    Compiling spake2 v0.4.0
2026-06-21T09:25:15.8950651Z    Compiling terminal_size v0.4.4
2026-06-21T09:25:15.9441499Z    Compiling anstream v1.0.0
2026-06-21T09:25:15.9530710Z    Compiling strum_macros v0.26.4
2026-06-21T09:25:16.0689266Z    Compiling toml v0.8.23
2026-06-21T09:25:16.2543404Z    Compiling schemars v1.2.1
2026-06-21T09:25:16.2622487Z    Compiling sha1 v0.10.6
2026-06-21T09:25:16.3030654Z    Compiling itertools v0.13.0
2026-06-21T09:25:16.3461044Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T09:25:16.5113027Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T09:25:16.5870963Z    Compiling castaway v0.2.4
2026-06-21T09:25:16.6769130Z    Compiling doctest-file v1.1.1
2026-06-21T09:25:17.1438848Z    Compiling unicode-width v0.1.14
2026-06-21T09:25:17.1523066Z    Compiling clap_lex v1.1.0
2026-06-21T09:25:17.1587180Z    Compiling static_assertions v1.1.0
2026-06-21T09:25:17.2282974Z    Compiling regex v1.12.3
2026-06-21T09:25:17.3520601Z    Compiling indoc v2.0.7
2026-06-21T09:25:17.4400789Z    Compiling clap_builder v4.6.0
2026-06-21T09:25:17.4484560Z    Compiling compact_str v0.8.2
2026-06-21T09:25:17.8021012Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T09:25:18.3130807Z    Compiling hyper v1.10.1
2026-06-21T09:25:18.3413544Z    Compiling unicode-truncate v1.1.0
2026-06-21T09:25:18.3520666Z    Compiling strum v0.26.3
2026-06-21T09:25:18.3890600Z    Compiling interprocess v2.4.2
2026-06-21T09:25:18.4910625Z    Compiling crossterm v0.28.1
2026-06-21T09:25:18.5080865Z    Compiling lru v0.12.5
2026-06-21T09:25:18.5920493Z    Compiling clap_derive v4.6.1
2026-06-21T09:25:18.6750897Z    Compiling portable-pty v0.8.1
2026-06-21T09:25:18.9170701Z    Compiling iana-time-zone v0.1.65
2026-06-21T09:25:19.2357081Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T09:25:19.2591255Z    Compiling cassowary v0.3.0
2026-06-21T09:25:19.2749071Z    Compiling unicode-width v0.2.0
2026-06-21T09:25:19.3860798Z    Compiling chrono v0.4.45
2026-06-21T09:25:19.5570861Z    Compiling nucleo-matcher v0.3.1
2026-06-21T09:25:19.8591558Z    Compiling ratatui v0.29.0
2026-06-21T09:25:20.1080730Z    Compiling qrcode v0.14.1
2026-06-21T09:25:20.1300333Z    Compiling tempfile v3.27.0
2026-06-21T09:25:20.1810530Z    Compiling hyper-util v0.1.20
2026-06-21T09:25:21.0011050Z    Compiling clap v4.6.1
2026-06-21T09:25:21.0531007Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T09:25:22.1475636Z    Compiling igd-next v0.17.1
2026-06-21T09:25:23.1998455Z    Compiling portmapper v0.16.0
2026-06-21T09:25:27.7387092Z    Compiling rustls-webpki v0.103.13
2026-06-21T09:25:30.0673390Z    Compiling tokio-rustls v0.26.4
2026-06-21T09:25:30.0673851Z    Compiling noq-proto v0.17.0
2026-06-21T09:25:30.0674257Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T09:25:30.2140123Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T09:25:30.2140712Z    Compiling hyper-rustls v0.27.9
2026-06-21T09:25:30.2141603Z    Compiling tokio-websockets v0.13.2
2026-06-21T09:25:30.3735658Z    Compiling reqwest v0.13.4
2026-06-21T09:25:31.2922561Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T09:25:45.1321162Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T09:25:46.4708365Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T09:25:53.5532483Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T09:25:57.1964406Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T09:25:57.2188163Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T09:25:57.2200696Z 
2026-06-21T09:25:57.2200853Z running 1 test
2026-06-21T09:26:03.3050216Z test new_brain_serves_against_old_broker ... ok
2026-06-21T09:26:03.3050501Z 
2026-06-21T09:26:03.3050766Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-21T09:26:03.3051147Z 
2026-06-21T09:26:03.3279905Z Post job cleanup.
2026-06-21T09:26:03.3975058Z [command]/usr/bin/git version
2026-06-21T09:26:03.4005229Z git version 2.43.0
2026-06-21T09:26:03.4034606Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9c4916fd-0e1e-407d-b05c-473a0e54098a' before making global git config changes
2026-06-21T09:26:03.4035239Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T09:26:03.4037698Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T09:26:03.4069244Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T09:26:03.4095624Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T09:26:03.4288236Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T09:26:03.4307295Z http.https://github.com/.extraheader
2026-06-21T09:26:03.4313721Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T09:26:03.4336476Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T09:26:03.4520673Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T09:26:03.4544284Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T09:26:03.4839767Z Cleaning up orphan processes
2026-06-21T09:26:03.5398835Z Terminate orphan process: pid (3489741) (spt)
